home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / dedmatic.arc / REPORT.BAT < prev    next >
Encoding:
DOS Batch File  |  1985-05-21  |  369 b   |  17 lines

  1. echo off
  2. if not exist d.l goto :nodl
  3. sort <d.l > temp33.tem
  4. IF not exist temp33.tem goto :exit
  5. del d.l
  6. ren temp33.tem d.l
  7. repo
  8. GOTO :DONE
  9. :exit
  10. ECHO The DOS Command SORT.EXE cannot be accessed to sort your data file.
  11. ECHO Your Report may not have the dates in order.
  12. repo
  13. goto :done
  14. :nodl
  15. echo The data file D.L cannot be found - See the Manual.
  16. :DONE
  17.